home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / SETTEI.DIR / 00020_Script_20 < prev   
Text File  |  1997-09-24  |  467b  |  23 lines

  1. on mouseUp
  2.   global quitMODE
  3.   set quitMODE = "OFF"
  4.   
  5.   --      puppetsound "click"
  6.   --      puppetsound 0
  7.   
  8.   
  9.   tell the stage
  10.     set the modal of window "SETTEI" to false
  11.     continue
  12.     soundVolINIT
  13.     global tempUser,SETTEI
  14.     set USER = "User" & tempUser
  15.     set USER = value(USER)
  16.     setAt USER,12,(getAt(SETTEI,1))
  17.     setAt USER,13,(getAt(SETTEI,2))
  18.     --SetUserInfo(tempUser,USER)
  19.   end tell
  20.   
  21.   forget window "SETTEI"
  22.   
  23. end